DevForce Help Reference
DynamicComparer<T,TResult> Constructor


Ctor. The selector func is used to project the comparison object from the compared object.
Syntax
'Declaration
 
Public Function New( _
   ByVal selector As Func(Of T,TResult) _
)
'Usage
 
Dim selector As Func(Of T,TResult)
 
Dim instance As New DynamicComparer(Of T,TResult)(selector)
public DynamicComparer<T,TResult>( 
   Func<T,TResult> selector
)

Parameters

selector
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DynamicComparer<T,TResult> Class
DynamicComparer<T,TResult> Members

Send Feedback